From: Keir Fraser Date: Tue, 3 Nov 2009 08:37:52 +0000 (+0000) Subject: xen-hvmctx: add recently added gtsc_khz field to output X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13150 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=45c3fa3c2d40933a1e44218525eb3756014a88a1;p=xen.git xen-hvmctx: add recently added gtsc_khz field to output Signed-off-by: Dan Magenheimer --- diff --git a/tools/misc/xen-hvmctx.c b/tools/misc/xen-hvmctx.c index 142ef2a41d..0056694267 100644 --- a/tools/misc/xen-hvmctx.c +++ b/tools/misc/xen-hvmctx.c @@ -73,6 +73,7 @@ static void dump_header(void) printf(" Xen changeset %llx\n", (unsigned long long) h.changeset); printf(" CPUID[0][%%eax] 0x%.8lx\n", (unsigned long) h.cpuid); + printf(" gtsc_khz %lu\n", (unsigned long) h.gtsc_khz); } struct fpu_mm {